home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / pcboard / ml110.zip / ML110.DOC < prev    next >
Text File  |  1996-01-06  |  4KB  |  86 lines

  1. Program         : ML110.PPE
  2. Compile Date    : 01/06/96
  3.  
  4. Archive Contents: ML110.DOC     - This File
  5.                   ML110.PPE     - Mailing List PPL Executable
  6.                   MAINMENU.HLP  - Mailing List Main Menu Helpfile
  7.                   MAILLIST.CFG  - Sample Configuration File
  8.                   HISTORY.DOC   - Program History File
  9.  
  10. General Summary : This  PPE will give  users the capability to create and
  11.                   manage mailing list files. I've always wanted a  method
  12.                   of  creating  and  maintaining mailing lists, but never
  13.                   saw anything that would do this.   And  while  perusing
  14.                   the  net  one  day,  I saw another SysOp ask about this
  15.                   capability, and the response from Salt Air was to write
  16.                   a PPE to do so.  That's when I realized that Clark  was
  17.                   probably  not going to add this capability really soon.
  18.                   So, I wrote this one to "fill in the gap", so to speak,
  19.                   until that happens.
  20.  
  21.  
  22. PPE Description:  The  PPE  is  actually  pretty  simple. The user simply
  23.                   types "MAILLIST" (or whatever you decide  to  call  the
  24.                   PPE  in  your  CMD.LST  file). The first  time  a  user
  25.                   runs  the  program, the system will tell them that they
  26.                   have no mailing  lists  in  their  database,  and  will
  27.                   prompt  them  to create a new list, if they want. If it
  28.                   is not the first time the user  has  used  the  mailing
  29.                   list  manager,  they  will  be  presented  with  a menu
  30.                   allowing them to address  a  message  by  entering  the
  31.                   number  of  any of the mailing lists in their database,
  32.                   or to manage their database lists.
  33.  
  34.  
  35. Installation    : 1. Copy these files into their new home by creating a new
  36.                      directory for the PPE (ie. C:\PCB\PPE\MAILLIST).
  37.                      ** Create a directory called "LISTDATA" off your
  38.                      MAILLIST PPE subdirectory. This is where your users'
  39.                      mailing lists will be stored **
  40.  
  41.                   2. Add the maillist command to your CMD.LST file (From
  42.                      PCBSETUP, select FILE LOCATIONS/CONFIGUTATION FILES)
  43.  
  44.                      For Example:
  45.  
  46.                       MAILLIST  10  0  0  C:\PCB\PPE\MAILLIST\ML110.PPE CMD
  47.                                                                         ^^^
  48.                                   *Important* Make sure you include the CMD
  49.                                       argument or the PPE will not work!
  50.  
  51.                   3. Next, you'll need to whip out the  old  text  editor
  52.                      and modify the configuration file. The configuration
  53.                      file should be entered as outlined below:
  54.  
  55.                      CONFIGURATION FILE GUIDE
  56.                      ------------------------
  57.  
  58.                      LINE 1: SysOp's Name
  59.                      LINE 2: Name of Your BBS
  60.                      LINE 3: Your Registration Number, "0" if Unregistered
  61.                                 (Put any number here. It's ignored)
  62.  
  63.                   4. That's all there is to it.
  64.  
  65.  
  66. Registration    : The unregistered version of this program has no delays,
  67.                   or nags. The only restrictions are that users  will  be
  68.                   limited to 2 mailing lists, and may have a maximum of 5
  69.                   entries in each list.  In the registered program, users
  70.                   may  have  up to 20 mailing lists, with a maximum of 20
  71.                   entries per list. You may find the unregistered version
  72.                   satisfactory for your BBS. If such is the case, you are
  73.                   free to use it for as long as you like.
  74.  
  75.  
  76. Support         : Michael A. James
  77.                   The Krystal Palace BBS, Newark, DE
  78.                   6-Lines, V.32 - 302.292.1510
  79.                   Internet Address: michael.james@kpalace.clark.net
  80.  
  81.                   Any   comments,   suggestions  or  problems  should  be
  82.                   directed to me, at the address or numbers above.
  83.  
  84. Disclaimer      : It's Yours.
  85.  
  86.